From 699b4786cc8accb31852e76d359f94f30f4c7f6e Mon Sep 17 00:00:00 2001 From: parkrrrr Date: Wed, 11 Aug 2004 03:15:47 +0000 Subject: [PATCH] Misplaced not --- html.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html.c b/html.c index d1c96c2ec..a3bffbe27 100644 --- a/html.c +++ b/html.c @@ -119,7 +119,7 @@ html_disp(const waypoint *wpt) xfree( hint ); } } - else if (!wpt->notes && (!wpt->description || strcmp(wpt->notes,wpt->description))) { + else if (wpt->notes && (!wpt->description || strcmp(wpt->notes,wpt->description))) { fprintf (file_out, "

%s

\n", wpt->notes); } if ( includelogs && wpt->gpx_extras ) { -- 2.30.2